DioDocs for PDF
DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign) メソッド

DS.Documents.Pdf アセンブリ > GrapeCity.Documents.Pdf 名前空間 > GcPdfGraphics クラス > DrawForm メソッド : DrawForm(FormXObject,RectangleF,Nullable<RectangleF>,ImageAlign) メソッド
描くべきGrapeCity.Documents.Pdf.Graphics.FormXObject
宛先の四角形。
クリッピング長方形。クリッピングしない場合は null。
画像の配置。
指定された境界と画像の配置を使用して GrapeCity.Documents.Pdf.Graphics.FormXObject を描画します。
シンタックス
'宣言
 
Public Overloads Sub DrawForm( _
   ByVal fxo As FormXObject, _
   ByVal destBounds As System.Drawing.RectangleF, _
   ByVal clipBounds As System.Nullable(Of RectangleF), _
   ByVal align As ImageAlign _
) 
public void DrawForm( 
   FormXObject fxo,
   System.Drawing.RectangleF destBounds,
   System.Nullable<RectangleF> clipBounds,
   ImageAlign align
)

パラメータ

fxo
描くべきGrapeCity.Documents.Pdf.Graphics.FormXObject
destBounds
宛先の四角形。
clipBounds
クリッピング長方形。クリッピングしない場合は null。
align
画像の配置。
参照

GcPdfGraphics クラス
GcPdfGraphics メンバ
オーバーロード一覧